home *** CD-ROM | disk | FTP | other *** search
/ Hand Picked Software / Hand Picked Software.iso / com / exechost / globwar.bat < prev    next >
DOS Batch File  |  1995-03-13  |  508b  |  9 lines

  1. Rem              Batch file to run Global Wars Door in Rbbs mode
  2. echo off
  3. reset.exe                          <-- first command in all door batch files
  4. cd globwar                         <-- Change to Global Wars door directory
  5. war.exe /R c:\telix\dorinfo1.def   <-- Run Door in Rbbs mode
  6. c:                                 <-- Return to drive containing TELIX
  7. cd \telix                          <-- Return to Host directory
  8. board.bat                          <-- last command in all door batch files
  9.